/* 默认样式重置 */
html {
	font: 14px Arial, "Microsoft YaHei", Simsun, sans-serif;
	overflow-y: scroll;
}
body,p,ul,dl,dd,input {
	margin: 0;
	padding: 0;
}
input,select {
	outline: none;
	box-sizing: border-box;
}
div {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}

body > div {
	min-width: 1200px;
}
div.layui-layer-moves {
	min-width:0;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* 顶部横条 */
.topbar {
	height: 40px;
	background: #34495E;
	color: #FFFFFF;
	font-size: 14px;
}
.topbar > div > div {
	float: left;
	line-height: 40px;
}
.topbar > div > div.sns {
	float: right;
}
.topbar div.hello {
	background: url(/template/images/hello.png) no-repeat left;
	text-indent: 1.5em;
}
.topbar div.top-contact {
	background: url(/template/images/top-contact.png) no-repeat left;
	text-indent: 1.5em;
}
.topbar div.h-divider-c {
	color: #555;
	padding: 0 16px;
}
.topbar div.sns > div {
	float: left;
}
.topbar div.sns img {
	vertical-align: top;
}
.topbar div.sns div.sns-divider {
	color: #555;
	padding: 0 3px;
}
.topbar div.sns div.wechat {
	position: relative;
}
.topbar div.sns div.wechat-down {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 100;
}
.topbar div.sns div.wechat:hover div.wechat-down {
	display: block;
}

/* 导航条 */
.nav {
	height: 70px;
	background: #FFFFFF;
}
.nav > .w1200 > * {
	float: left;
}
.logo {
	display: block;
}
.nav-box {
	margin-left: 82px;
}
.nav-box > li {
	float: left;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	position: relative;
	margin-right: 2px;
}
.nav-box > li:last-child {
	margin-right: 0;
}
.nav-box > li.on > a, .nav-box > li:hover > a{
  color: #21CAAB;
}


.nav-box > li > a {
	padding: 5px 12px;
	font-size: 15px;
	color: #000;
	transition: all .3s linear;
}

.nav-box .sub {
	background: #34495E;
	position: absolute;
	z-index: 200;
	top: 70px;
	width: 150px;
	left: -27px;
	display: none;
	padding-bottom: 5px;
}
.nav-box .sub li{
	line-height: 30px;
	text-align: center;
}
.nav-box .sub a {
	color: #FFF;
	transition: all .3s linear;
}
.nav-box .sub a:hover {
	color: #21CAAB;
}
.nav-box .search:hover {
	border: none;
}
.nav-box .search img {
	vertical-align: middle;
}
.nav-box .search form {
	width: 238px;
	position: absolute;
	top: 70px;
	right: 10px;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: all 2s linear;
	z-index: 300;
}
.nav-box .search:hover form {
	visibility: visible;
	opacity: 1;
		font-family: 'Microsoft YaHei'
}
.nav-box .search form input,.nav-box .search form select {
	height: 30px;
}
.nav-box .search form select {
	border: 1px solid #CCC;
}
.nav-box .search form input[type=text] {
	text-indent: 5px;
	border: 1px solid #21CAAB;
}
.nav-box .search form input[type=submit] {
	border: 1px solid #21CAAB;
	background: #21CAAB;
	color: #FFF;
	padding: 0 5px;
	cursor: pointer;
}

/* 焦点图 */
.focus {
	position: relative;
}
.focus img {
	max-width: 100%;
	height: auto;
}
.focus .hd {
	height: 20px;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -70px;
	bottom: 0;
	margin-bottom: 57px;
}
.focus .hd li {
	float: left;
	width: 20px;
	height: 20px;
	background: url(/template/images/focus-circle.png);
	margin-right: 10px;
}
.focus .hd li:last-child {
	margin-right: 0;
}
.focus .hd li.on {
	background: url(/template/images/focus-circle-on.png);
}
.focus > a {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	opacity: 0.2;
	cursor: pointer;
	transition: all .3s linear;
}
.focus > a.prev {
	background: url(/template/images/focus-arrow.png);
	left: 80px;
	top: 50%;
	margin-top: -18px;
}
.focus > a.next {
	background: url(/template/images/focus-arrow.png) no-repeat -35px;
	right: 80px;
	top: 50%;
	margin-top: -18px;
}
.focus:hover > a {
	opacity: 1;
}

/* 集团相关网站 */
.flink {
	height: 50px;
	background: #34495E;
}
.flink-bg {
	height: 50px;
	line-height: 50px;
	float: left;
	color: #C8C8C8;
	font-size: 15px;

}
.flink-item {
	float: left;
	margin-left: 35px;
}
.flink-item ul {
	height: 50px;
	line-height:50px;
}
.flink-item li {
	float: left;
}
.flink-item li a {
	display: block;
	padding: 0 30px;
	color: #C8C8C8;
	font-size: 16px;
	transition: all .3s linear;
}
.flink-item li a:hover {
  color: #21CAAB;
}

/* 清洁解决方案 */
.solution {
	height: 646px;
}
.solution > div:first-child {
	height: 158px;
	background: url(/template/images/solution-top.png) no-repeat center;
}
.solution > div:last-child {
	height: 76px;
	background: url(/template/images/solution-bottom.png) no-repeat center;
}
.solution-scroll {
	height: 330px;
	margin-top: 45px;
	margin-bottom: 37px;
	position: relative;
}
.solution-scroll .bd li {
	width: 280px;
	padding: 10px;
}
.solution-scroll .bd li a {
	display: block;
	border: 5px solid #EEEEEE;
	background: #EEEEEE;
	border-radius: 5px;
	transition: all .5s linear;
}
.solution-scroll .bd li a:hover {
	border-color: #21CAAB;
	transform: scale(1.03);
}
.solution-scroll .bd li a:hover p {
	color: #F9FFFF;
	background: #2D3E50 url(/template/images/solution-down2.png) no-repeat 20px 30px;
}
.solution-scroll .bd li a p {
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #717171;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	transition: background .5s linear;
	background: url(/template/images/solution-down1.png) no-repeat 20px 30px;
}
.solution-scroll > a {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -35px;
	cursor: pointer;
}
.solution-scroll > a.prev {
	background: url(/template/images/scroll-prev.png);
	left: 20px;
	top: 50%;
}
.solution-scroll > a.next {
	background: url(/template/images/scroll-next.png);
	right: 20px;
	top: 50%;
}

/* 热销产品推介 */
.promotion {
	height: 518px;
	background: url(/template/images/hot-product.jpg) no-repeat center;
	padding-top: 144px;
}
.promotion .hot-product-scroll {
	height: 344px;
	position: relative;
}
.hot-product-scroll {
	width: 1060px;
	margin: 0 auto;
}
.hot-product-scroll .bd li {
	width: 245px;
	height: 309px;
	margin-right: 14px;
	border: 2px solid transparent;
	transition: all .5s linear;
}
.hot-product-scroll .bd li:hover {
	border: 2px solid #1BBA9D;
}

.hot-product-scroll .bd li p {
	color: #1B3E89;
}

.hot-product-scroll .bd li:hover p {
	background: #34495E;
	color: #FFFFFF;
}

.hot-product-scroll .bd li a {
	display: block;
	color: #000;
}
.hot-product-scroll > a {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	margin-top: -35px;
}
.hot-product-scroll > a.prev {
	background: url(/template/images/scroll-prev.png);
	left: 5px;
	top: 50%;
}
.hot-product-scroll > a.next {
	background: url(/template/images/scroll-next.png);
	right: 25px;
	top: 50%;
}
.hot-product-scroll .bd p {
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: #FFF;
	font-weight: bold;
	font-size: 14px;
	transition: all .5s linear;
}

/* 新闻资讯 */
.news {
	height: 576px;
	padding-top: 197px;
	background: url(../images/news.jpg) no-repeat center;
}
.news-box {
	height: 328px;
}
.news-box > div {
	float: left;
}
.news-pic {
	width: 274px;
	height: 274px;
	margin-top: 54px;
	border: 3px solid #9A9A9A;
	position: relative;
}
.news-pic .prev, .news-pic .next {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
}
.news-pic .prev {
	background: url(../images/news-prev.png);
	left: 3px;
	bottom: 115px;
}
.news-pic .next {
	background: url(../images/news-next.png);
	right: 3px;
	bottom: 115px;
}
.news-switch {
	width: 560px;
	height: 328px;
	margin: 0 73px;
}
.news-switch .hd ul {
	height: 46px;
}
.news-switch .hd li {
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	float: left;
	cursor: pointer;
	color: #717171;
	font-size: 18px;
}
.news-switch .hd li.on {
	background: url(../images/news-bg.png);
	color: #F9FFF8;
}
.news-switch .bd ul {
	height: 270px;
	margin-top: 12px;
}
.news-switch .bd li {
	line-height: 53px;
	border-bottom: 1px dotted #707070;
	background: url(../images/news-triangle.png) no-repeat left;
	text-indent: 20px;
	color: #727272;
	font-size: 16px;
}
.news-switch .bd li a {
	color: #727272;
  transition: all .3s linear;
}
.news-switch .bd li a:hover {
  color: #21CAAB;
}
.news-switch .bd li span {
	float: right;
	margin-right: 5px;
}
.news-magazine {
	width: 216px;
	height: 274px;
	margin-top: 54px;
	position: relative;
}
.news-magazine a {
	display: block;
	width: 216px;
	height: 274px;
}
.news-magazine span {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.news-magazine span.prev {
	background: url(../images/scroll-prev.png);
	left: 3px;
	bottom: 124px;
}
.news-magazine span.next {
	background: url(../images/scroll-next.png);
	right: 3px;
	bottom: 124px;
}



/* 联系我们 */
.contact {
	height: 280px;
	padding-top: 54px;
	background: #34495E;
	color: #E4E4E4;
}
.contact > div > div{
	float: left;
}
.contact > div > div:first-child {
	margin-right: 130px;
}
.contact > div > div:last-child {
	margin-left: 166px;
}
.contact dt {
	margin-top: 10px;
	margin-bottom: 34px;
	font-size: 19px;
	font-weight: bold;
}
.contact dt.contact-title {
	color: #21CAAB;
}
.contact dd {
	line-height: 26px;
	font-size: 13px;
}
.contact  dd:nth-child(5) {
	font-weight: bold;
}
.contact > div > div:last-child dd:last-child {
	margin-top: 20px;
}
.contact input[type=text] {
	width: 166px;
	height: 30px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-right: none;
	outline: none;
	text-indent: 5px;
	color: #777777;
}
.contact input[type=submit] {
	width: 50px;
	height: 30px;
	border: none;
	outline: none;
	text-indent: -99999px;
	cursor: pointer;
	background: url(/template/images/contact-submit.png);
}

/* 底部 */
.footer {
	padding: 10px 0;
	color: #8F8F8F;
	background: #1B334D;
	text-align: center;
	font-size: 12px;
}
.footer p {
	margin: 5px 0;
}
.footer p:first-child {
	margin-top: 0;
}
.footer p:last-child {
	margin-bottom: 0;
}
.footer a {
	color: inherit;
}